detect renames in "git diff --raw" output#62
detect renames in "git diff --raw" output#62Byron merged 2 commits intogitpython-developers:masterfrom
Conversation
potentially fixes gitpython-developers#36
|
Thank you. |
|
The tests are passing. However, I had to temporarily add to the TestDiff class. Otherwise I get an |
|
I use nosetests version 1.0.0, but I would wonder why they change the API in such a manner that causes tests to break. |
|
I have added https://github.com/P2000/GitPython/blob/p2000/git/test/fixtures/diff_rename_raw Not sure what you mean otherwise? The nosetest incompatibilites are probably based on different python versions then. "$ nosetests": http://sprunge.us/WZYB |
|
I am using python 2.4 to 2.6, these are the versions I am testing with at least. The master branch is heavily WIP, even though its stale for a while now. Branch 0.3 is the one most people would be using, I wouldn't think that master is in any way ready for production, at least I am not using it in production either. As there already seem to be rename tests, it should be okay to just merge it in. |
detect renames in "git diff --raw" output
|
thanks for merging! |
potentially fixes #36